home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Aug-Sep 88 / Significant Characters ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  818 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    3682063                         4-Oct-88        12:15
  2.  
  3. From:   D0756                           Tradenet, Dev, Adam Wildavsky
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Significant Characters
  8.  
  9. We just discovered (the hard way) that Object Classes should be unique to their
  10. first eight characters.  While the compiler does not require this in and of
  11. itself, some features of the debugging environment do.  In particular, using
  12. SetEltType is likely to fail if you try to set up a TList which will contain
  13. Objects of a Class whose first 8 letters are the same as another class.
  14.  
  15. Perhaps this is documented somewhere, but a reminder seems in order.  This one
  16. hit us during conversion to MacApp 2.0, as we renamed some Classes, but I
  17. believe the problem was present in 1.1.1 also.
  18.  
  19. AW
  20.  
  21.  
  22.  
  23.